Fix the docs. (#360112)
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 6 Oct 2006 19:21:28 +0000 (19:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 6 Oct 2006 19:21:28 +0000 (19:21 +0000)
        * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
        Fix the docs.  (#360112)

ChangeLog
gtk/gtkfilechooser.c

index cd9f45aa201e7d41db439cb785802586c00ea5e4..2c9db5f387fbcbb36d6f56e7834189d14520d37d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
+       Fix the docs.  (#360112)
+
        * gtk/gtkcellview.c: Don't set the background of the
        window in a no-window widget.  (#359581, Xan Lopez)
 
index 13ca2681de8e3d69e3add4dcf56ca00157e5bb5f..384a89bcef02976f9cfd2b3bd91b35cfb8ced098 100644 (file)
@@ -390,8 +390,7 @@ gtk_file_chooser_get_local_only (GtkFileChooser *chooser)
  * 
  * Sets whether multiple files can be selected in the file selector.  This is
  * only relevant if the action is set to be GTK_FILE_CHOOSER_ACTION_OPEN or
- * GTK_FILE_CHOOSER_ACTION_SAVE.  It cannot be set with either of the folder
- * actions.
+ * GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.  
  *
  * Since: 2.4
  **/